From: John Crispin Date: Tue, 2 Sep 2014 10:37:22 +0000 (+0200) Subject: perl: also install libperl.so X-Git-Tag: v14.07~10 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=3a245420a8ebc3d3f0bf583e1235b157f5057e58;p=feed%2Fpackages.git perl: also install libperl.so Signed-off-by: John Crispin --- diff --git a/lang/perl/Makefile b/lang/perl/Makefile index 803b2ae2b1..e9e28a3122 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -107,6 +107,9 @@ define Package/perl/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/perl$(PKG_VERSION) $(1)/usr/bin ln -nsf perl$(PKG_VERSION) $(1)/usr/bin/perl + + $(INSTALL_DIR) $(1)/usr/lib/perl5/5.20/CORE + $(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20/CORE/libperl.so $(1)/usr/lib/perl5/5.20/CORE/ endef